home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / HiQ / HiQ•Help / HiQ•Help.rsrc / PICT_10506_Numerical Integration pg 6.png < prev    next >
Portable Network Graphic  |  1992-04-28  |  63KB  |  816x1056  |  8-bit (256 colors)
Labels: book | chat room | monitor | reckoner | sky
OCR: INTEGRATOR SAMPLE SCRIPTS Example 5 .Break Points The Method for Integrating Functions over Intervals with Local Difficulties in the Integrand Compute the integral: x3In(I(x 2 1)(x 22)|)dx whose exact answer is: 61|n(2) + 77In(7)/4 27 52 740748 Script Example: project answerl, error1 numEval1 integFct1 function integFct1(x) return x3*Inabsx (^2-1)*(x^2-2); end function; local lowerLimit, upperLimit, absError, relError maxEval; lowerLimit upperLimit absError relError maxEva 25000 bkptsVector1 1.414213562}; [answerl, error1 numEvall] = Integl Bkpts(integFct1 lowerLimit upperl imit absError relError, maxEval bkpts Vector1 inteqFct1 IntegBkpts